home *** CD-ROM | disk | FTP | other *** search
/ Let's Discover Louisiana / Let's Discover Louisiana.iso / pc / FILES / FUND.dxr / 00117_hideShell.ls < prev    next >
Encoding:
Text File  |  2002-12-03  |  168 b   |  10 lines

  1. global shellDone, totalDone
  2.  
  3. on exitFrame me
  4.   sprite(33).visible = 0
  5.   sprite(53).visible = 0
  6.   shellDone = 1
  7.   totalDone = totalDone + 1
  8.   unloadMember(380, 384)
  9. end
  10.